home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-04 | 449 b | 22 lines | [TEXT/KAHL] |
- poly = OpenPoly ();
-
- start_H = screenBits.bounds.right / 2;
- start_V = 0;
-
- //• A line from here.
- MoveTo (start_H, start_V);
-
- //• To here.
- LineTo (The_Ramdominator (0,
- screenBits.bounds.right), //• Anywhere between right and 0.
- screenBits.bounds.bottom); //• Bottom only.
-
- //• To here.
- LineTo (The_Ramdominator (0,
- screenBits.bounds.right),
- screenBits.bounds.bottom);
-
- //• And back.
- LineTo (start_H, start_V);
-
- ClosePoly ();